home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 3
/
Gold Medal Software - Volume 3 (Gold Medal) (1994).iso
/
netutils
/
lsp135.arj
/
LSP135.DSK
/
unc.dsk
/
SAMPLES
/
EXAMPLE1.RSP
next >
Wrap
Text File
|
1993-12-15
|
2KB
|
63 lines
* ----------------------------------------------------------------------
* EXAMPLE1.RSP
* This response file installs DXMC0MOD.SYS and DXMT0MOD.SYS.
* CONFIG.SYS and AUTOEXEC.BAT will be placed in the root of the C drive.
*
INST_SECTION = (
; Do not use the input configuration for LSP driver parameters
MigrateControlFiles = 0
; Do not check the LAN adapters installed
AdapterCheck = 0
; Define target location for LSP files
TargetPath = c:\lsp135
)
; Add 802.2 support for the shared RAM token ring adapter
PROT_SECTION = (
DriverName = DXMC0MOD$
lsp_primary = 1
; Uncomment the next line and change for your LAA.
; NetAddress = "400000121212"
; Uncomment the next line and change for ISA-bus to change
; Shared RAM addr.
; RAM = 0xD800
; Uncomment the next line to turn off Early Token Release on 16MB.
; EarlyRelease = 1
; Uncomment the next line and change to set minimum link stations.
; MinLink = 2
; Uncomment the next line and change to set minimum SAPs.
; MinSAP = 12
)
; Add NETBIOS driver to the configuration
PROT_SECTION = (
DriverName = DXMT0MOD$
lsp_primary = 1
; Set the parameters needed by DLR.
c = 14
st = 14
s = 14
; Set the parameters needed by PC3270.
es = 2
est = 2
; Set the parameter needed in memory manager
; or Windows* environments.
cf = y
; Turn off piggy-backed acknowledgements.
PBA = 0
)
*** End of Response file EXAMPLE1